projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133ebd1
)
Seal GtkScaleButton public fields
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:23 +0000
(10:58 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:23 +0000
(10:58 +0000)
* gtk/gtkscalebutton.h: Deprecate direct access through GSEAL().
svn path=/trunk/; revision=20495
gtk/gtkscalebutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkscalebutton.h
b/gtk/gtkscalebutton.h
index a8ea99319cc05ce82f0681e17a3d4fd4ce19b361..4bbd49537e74ab98a2ef7e35a03aefa475873a2d 100644
(file)
--- a/
gtk/gtkscalebutton.h
+++ b/
gtk/gtkscalebutton.h
@@
-59,8
+59,8
@@
struct _GtkScaleButton
{
GtkButton parent;
- GtkWidget *
plus_button
;
- GtkWidget *
minus_button
;
+ GtkWidget *
GSEAL(plus_button)
;
+ GtkWidget *
GSEAL(minus_button)
;
/*< private >*/
GtkScaleButtonPrivate *priv;